-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify test_positive_import_all_roles to cover non-admin scenario #15171
Modify test_positive_import_all_roles to cover non-admin scenario #15171
Conversation
a38aa5d
to
1bab74e
Compare
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
1bab74e
to
7b15ecf
Compare
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, so ACK.
Out of curiosity, though, what did you need to change to get PRT passing? I looked at one of the failures this morning and it appeared to be an issue with the function_org
fixture.
Yes, the PRT failure earlier was due to SatelliteQE/nailgun#1038, which was fixed by @tpapaioa in SatelliteQE/nailgun#1152, Thanks! |
Signed-off-by: Gaurav Talreja <[email protected]>
7b15ecf
to
e2d7f13
Compare
trigger: test-robottelo |
PRT Result
|
…5171) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit ba922c8)
…5171) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit ba922c8)
…5171) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit ba922c8)
…telliteQE#15171) Signed-off-by: Gaurav Talreja <[email protected]>
Problem Statement
Currently, test_positive_import_all_roles covers only admin scenario to import all roles via UI, and as part of component audit its suggest to modify this test to cover non-admin user scenario
Solution
Parametrizing the existing test to cover both admin and non-admin user scenarios with few more changes